/*新闻*/
.news{width:1200px;margin:0 auto;}
.news .news_title{width:100%;margin-top:40px;}
.news .news_title h3{position:relative;text-align: center;font-size:25px;color:#000;border-bottom:2px solid #c4c4c4;line-height:50px;}
.news .news_title h3 span{position:absolute;bottom:-2px;width:100px;height:3px;background-color:#1bdfcd;display: block;left:50%;margin-left:-50px;}
.news .news_title p{font-size:17px;color:#c4c4c4;display: block;text-align:center;line-height:40px;}
.news .news_content{width:1200px;margin:0 auto;}
.news .news_content .news_top{width:100%;margin-top:20px;}
.news .news_content .news_top ul li{float: left;width:24%;height:380px;margin:0 0.41%;border:1px solid #c4c4c4;padding-bottom:15px;}
.news .news_content .news_top ul li.on{box-shadow: 1px 1px 10px #999999;}
.news .news_content .news_top ul li div{width:100%;height:130px;position:relative;margin-bottom: 15px;border-bottom:1px dashed #999999;}
.news .news_content .news_top ul li div a img{display: block;margin:0 auto;}
.news .news_content .news_top ul li div .img02{display: none;}
.news .news_content .news_top ul li div .img01.on{display: none;}
.news .news_content .news_top ul li div .img02.on{display: block;}
.news .news_content .news_top ul li:nth-of-type(1) div.on{background:url("../images/news/news_title.jpg") no-repeat center;background-size: 100%;border-bottom:none;}
.news .news_content .news_top ul li:nth-of-type(2) div.on{background:url("../images/news/news_title.jpg") no-repeat center;background-size: 100%;border-bottom:none;}
.news .news_content .news_top ul li:nth-of-type(3) div.on{background:url("../images/news/news_title.jpg") no-repeat center;background-size: 100%;border-bottom:none;}
.news .news_content .news_top ul li:nth-of-type(4) div.on{background:url("../images/news/news_title.jpg") no-repeat center;background-size: 100%;border-bottom:none;}
.news .news_content .news_top ul li div a{color:#333;display: block;text-align:center;width:100%;height:40px;line-height:40px;position:absolute;top:35%;margin-top:-20px;font-size:22px;}
.news .news_content .news_top ul li div a.on{color:#fff;}
.news .news_content .news_top ul li>a{color:#333333;line-height:30px;font-size:15px;display: block;text-overflow: ellipsis; white-space: nowrap; overflow: hidden;padding: 0 10px;}
.news .news_content .news_top ul li>a:hover{color:#de0000;}
.news .news_content .news_top ul li>a>img{width:6px;margin:5px;}
.news .news_content .news_top ul li>a span img{display: none;margin:50px auto 0;}
.news .news_content .news_top ul li>a span img.on{display: block;}
/*新闻end*/